Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP: pipe cli progress bar #253

Merged
merged 2 commits into from
Jun 4, 2019
Merged

Conversation

tcibinan
Copy link
Contributor

@tcibinan tcibinan commented May 7, 2019

Resolves issue #145.

Brings support for observable chunked upload / download operations introducing a workaround for the official sdk limitations. The progress bar is adapted to show all the intermediate steps while uploading / downloading a blob.

Moreover, the google-cloud-storage dependency is updated from 1.14.0 to 1.15.0. It is necessary for getting rid of the workaround for blob generation deletion introduced in #57.

tcibinan added 2 commits May 7, 2019 18:04
Brings support for chunked upload / download operations introducing a
workaround for the official sdk limitations.

Chunked upload / download allows observing an operation status. The
progress bar is adapted to show all intermediate changes while
uploading or downloading a blob.
@tcibinan tcibinan requested a review from mzueva May 7, 2019 16:36
@mzueva mzueva changed the base branch from gcp-integration to gcp-merged June 4, 2019 13:32
@mzueva mzueva merged commit 3199e60 into gcp-merged Jun 4, 2019
@tcibinan tcibinan deleted the issue_145-pipe-cli-gcp-progress-bar branch June 19, 2019 12:37
evgeniimv pushed a commit to evgeniimv/cloud-pipeline that referenced this pull request Oct 14, 2019
* refactor: Migrate to google-cloud-storage==1.15.0 and remove workarounds

* feat: Add support for chunked upload / download operations.

Brings support for chunked upload / download operations introducing a
workaround for the official sdk limitations.

Chunked upload / download allows observing an operation status. The
progress bar is adapted to show all intermediate changes while
uploading or downloading a blob.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants